home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Biographie_7_Bio Hot.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  584 b   |  26 lines

  1. on exitFrame
  2.   set ParLa to the frame
  3.   repeat with x = 6 to 9
  4.     if rollOver(x) then
  5.       set ParLa to the frame + x - 5
  6.       puppetSound(0)
  7.     end if
  8.   end repeat
  9.   if rollOver(10) then
  10.     set the member of sprite 10 to member "ST_SPEAK.PIC"
  11.     repeat with x = 1 to 6
  12.       if label("B" & x) = the frame then
  13.         puppetSound("BIO_" & x & ".AIF")
  14.       end if
  15.     end repeat
  16.     updateStage()
  17.     repeat while rollOver(10)
  18.       nothing()
  19.     end repeat
  20.     set the member of sprite 10 to member "GO_SPEAK.PIC"
  21.     puppetSound(0)
  22.     updateStage()
  23.   end if
  24.   go(ParLa)
  25. end
  26.